﻿@charset "UTF-8";
@import url('./bootstrap/css/bootstrap.min.css');

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 18px;
}

.container {
    width: 990px!important;
}

/* DNN Body */
#Body {
    /* CSS3 */
    background: #efefef; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #efefef 0%, #e9e9e9 50%, #dfdfdf 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#efefef), color-stop(50%,#e9e9e9), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Opera 12+ */
    /*background: -ms-radial-gradient(center, ellipse cover,  #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); */ /* IE10+ */
    background: radial-gradient(ellipse at center, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfdfdf',GradientType=1);  IE6-9 fallback on horizontal gradient */
    min-height: 1px;
}

#dnn_login {
    height: 60px;
}

    #dnn_login span.brand img, div.smallLogo span.brand img {
        height: 40px!important;
        margin-top:10px;
    }


table tr td.F {
    background-color: red;
}

table tr td.T {
background-color: green;
}
/*------------------------------------------------*/
/* FONT STYLE */
/*------------------------------------------------*/
body, th, td, table, h1, h2, h3, h4, h5, h6,
.Head, .SubHead, .SubSubHead,
.Normal, .NormalBold, .NormalRed, .NormalTextBox, .NormalDisabled,
a:link, a:visited, a:hover, input, .CommandButton {
    font-family: Arial, Helvetica, sans-serif;
}

em {
    font-style: italic;
    letter-spacing: 0;
}

strong {
    color: #333;
    font-weight: bold;
}

small {
    font-size: 12px;
    letter-spacing: 0;
}

/*------------------------------------------------*/
/* HEADER STYLE */
/*------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0 0 10px 0;
}

h1 {
    font-size: 26px;
}

h2, h2 .Head {
    font-size: 18px;
}

h3, h3 .Head {
    font-size: 18px;
    color: #666;
}

h4, h4 .Head {
    font-size: 16px;
    color: #666;
}

h5, h5 .Head {
    font-size: 14px;
    color: #666;
}

h6, h6 .Head {
    font-size: 13px;
    color: #666;
}

/*------------------------------------------------*/
/* ANCHOR STYLE */
/*------------------------------------------------*/
a, a:link, a:visited, a:active {
    color: white;
    text-decoration: none;
    outline: 0;
}

    a:hover {
        color: #D00;
        text-decoration: none;
        outline: 0;
    }

/* DNN Specific Selectors 
-------------------------------------*/
.CommandButton {
    font-size: 13px;
    color: #3d3d3d;
    font-weight: bold;
}

    .CommandButton:hover {
        color: #007cae;
    }

a.CommandButton:link {
    font-size: 13px;
    text-decoration: none;
    color: #3d3d3d;
    font-weight: bold;
}

a.CommandButton:hover {
    text-decoration: underline;
    color: #007cae;
}

.dnnServices {
    padding: 20px;
}
/*------------------------------------------------*/
/* PARAGRAPH STYLE */
/*------------------------------------------------*/
p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

/*------------------------------------------------*/
/* IMAGE STYLES */
/*------------------------------------------------*/
img {
    border: 0;
}

/* Image Align Left 
    -------------------------------------*/
.imgLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

/* Image Align Right 
    -------------------------------------*/
.imgRight {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* Image with border 
    -------------------------------------*/
.imgBorder {
    border: solid 3px #fff;
}

/* Polaroid Image Style 
    -------------------------------------*/
.imgPolaroid {
    color: #a6a6a6;
    font-size: 12px;
    text-align: left;
    padding: 13px 13px 17px 13px;
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
}

    .imgPolaroid img {
        margin-bottom: 12px;
    }

/*------------------------------------------------*/
/* lIST STYLE */
/*------------------------------------------------*/


/* Ordered List */
ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
    vertical-align: top;
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}

/*------------------------------------------------*/
/* TABLE STYLE */
/*------------------------------------------------*/

/* Default Table Style */
table.tableDefault {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

    table.tableDefault th,
    table.tableDefault td {
        font-size: 12px;
        padding: 8px;
    }

    table.tableDefault th {
        font-weight: bold;
        text-align: left;
        border-bottom: solid 2px #aaa;
        background-color: #d7d7d7;
    }

    table.tableDefault td {
        border-bottom: solid 1px #d9d9d9;
    }

    table.tableDefault tr:nth-child(odd) {
        background: #transparent;
    }

    table.tableDefault tr:nth-child(even) {
        background: #e3e4e6;
    }

.tableDefault tbody tr:hover td {
    color: #111;
}

/*------------------------------------------------*/
/* FORM STYLE
/*------------------------------------------------*/
input[type="text"], select, textarea, input[type="email"], input[type="search"], input[type="password"] {
    background: white;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    padding: 7px;
    font-size: 13px;
}

/*------------------------------------------------*/
/* BUTTONS STYLE */
/*------------------------------------------------*/
/* Primary Style Button (blue)*/
button.primaryButton,
a.primaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Secondary Style Button (darkgray) */
button.secondaryButton,
a.secondaryButton {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #666;
    background: -moz-linear-gradient(top, #8a8a8a 0%, #8a8a8a);
    background: -webkit-gradient(linear, left top, left bottom, from(#8a8a8a), to(#8a8a8a));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

/* Alternative Style Button (darkgray with arrow) */
button.altButton,
a.altButton {
    display: inline-block;
    padding: 9px 32px 9px 22px;
    margin-bottom: 5px;
    background: #484848 url('images/arrow.png') no-repeat 87% center;
    background: url('images/arrow.png') no-repeat 87% center, -moz-linear-gradient(top, #3d3d3d 0%, #3d3d3d);
    background: url('images/arrow.png') no-repeat 87% center, -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#3d3d3d));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffbf00;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    box-shadow: 0px 0px 0px rgba(000,000,000,0), inset 0px 0px 0px rgba(255,255,255,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

a.dnnPrimaryAction {
    color: #efefef;
}

a.dnnSecondaryAction {
    color: #555;
}

button.primaryButton:hover,
button.secondaryButton:hover,
a.primaryButton:hover,
a.secondaryButton:hover {
    cursor: pointer;
    cursor: hand;
    background-image: none;
    background-color: #D00;
}

button.altButton:hover,
a.altButton:hover {
    cursor: pointer;
    cursor: hand;
    background: #D00 url('images/arrow.png') no-repeat 87% center;
}

/*------------------------------------------------*/
/* SITE SPACING
/*------------------------------------------------*/
.spacingTop {
    margin-top: 30px;
}

.spacingRight {
    margin-right: 30px;
}

.spacingBottom {
    margin-bottom: 30px;
}

.spacingLeft {
    margin-left: 30px;
}

/*------------------------------------------------*/
/* SITE STRUCTURE */
/*------------------------------------------------*/

#HeaderWrapper {
    background-image: url("./images/HeaderBG.jpg");
    min-width:1100px;
}

#userControlsouter {
    background-image: url("./images/transparentBGdark.png");
}

#userControls {
    min-height: 45px;
}

    #userControls .language {
        min-height: 0!important;
        display: inline;
    }

.wrapper {
    margin: 0 Auto;
    width: 980px;
}


#ui-datepicker-div{
background-color:grey;
}
/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
#search {
    float: right;
    width: 209px;
    height: 32px;
}

    #search a.SearchButton:link,
    #search a.SearchButton:visited {
        display: inline-block;
        float: right;
        height: 32px;
        width: 32px;
        margin: 0;
        padding: 0;
        background: #333 url('images/search.png') no-repeat center center;
        text-indent: -9999px;
    }



    #search a.SearchButton:hover {
        background: url('images/search.png') no-repeat center center, rgb(45,45,45); /* Old browsers */
        background: url('images/search.png') no-repeat center center, -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
        background: url('images/search.png') no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
        background: url('images/search.png') no-repeat center center, -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
        background: url('images/search.png') no-repeat center center, -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
        background: url('images/search.png') no-repeat center center, -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
        background: url('images/search.png') no-repeat center center, linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
    }

#dnn_dnnSearch_txtSearch {
    display: block;
    float: left;
    width: 160px;
    height: 32px;
    padding: 0 5px 0 10px;
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    border-left: 1px solid #ddd;
    color: #000;
    line-height: 32px;
    font-size: 11px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

    #dnn_dnnSearch_txtSearch:active, #dnn_dnnSearch_txtSearch:focus {
        background: #ccc;
        box-shadow: inset 0px 3px 8px #999;
    }

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/
/*#login {
    float: right;
}*/

#login .registerGroup,
#login .registerGroup *,
#login .loginGroup,
#login .loginGroup * {
    display: block;
}

#login .registerGroup,
#login .loginGroup {
    float: right;
    padding: 0;
    margin: 0;
}

    #login .registerGroup li:first-child:hover {
        border-left: #222;
    }

    /* Register Group Styles */
    #login .registerGroup li {
        float: left;
    }

    #login .registerGroup .buttonGroup {
        margin-right: 0;
    }

    #login .registerGroup a,
    #login .loginGroup a {
        display: block;
        position: relative;
        height: 25px;
        min-width: 12px;
        padding: 7px 15px 0 15px;
        color: #333;
        font-size: 11px;
        vertical-align: middle;
    }

        #login .registerGroup a:hover,
        #login .loginGroup a:hover {
            background: rgb(45,45,45); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
            background: linear-gradient(to bottom, rgba(45,45,45,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
            color: #ddd;
            text-shadow: 0px -1px 0px #333333;
        }

        #login .registerGroup a:active,
        #login .loginGroup a:active {
            color: #fff;
            text-shadow: 0px -1px 0px #333333;
        }

        #login .registerGroup a:hover,
        #login .loginGroup a:hover {
            text-decoration: none;
        }

        #login .registerGroup a strong,
        #login .loginGroup a strong {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            overflow: hidden;
            font-size: 11px;
            text-indent: -9999px;
        }

#login .userMessages a,
#login .userNotifications a {
    background-color: #333;
}

#login .userMessages strong {
    height: 100%;
    background: url('images/icon_message.png') no-repeat center center;
}

#login .userNotifications {
    border-right: 1px solid #CCC;
}

    #login .userNotifications strong {
        height: 100%;
        background: url('images/icon_notification.png') no-repeat center center;
    }

#login .registerGroup a span {
    display: inline-block;
    position: absolute;
    right: 2px;
    top: -9px;
    min-width: 7px;
    margin-right: 3px;
    background: rgb(59,150,182); /* Old browsers */
    text-align: center;
    font-size: 11px;
    color: #fff;
    text-shadow: 0px 1px 0px #333333;
}

#login .registerGroup .userProfileImg a {
    min-width: 25px;
    min-height: 32px;
    padding: 0;
    background: none;
}

#login .registerGroup a img {
    height: 32px;
    width: 32px;
    background: #333;
}

/* Login Group Styles */
#login .loginGroup {
    border-right: 1px solid #CCC;
}

    #login .loginGroup a {
        color: #333;
    }

/* Number of message next to the message icon*/
#login .userMessages a span,
#login .userNotifications a span {
    display: inline-block;
    margin-top: 9px;
    margin-right: 0px;
    background-color: transparent;
    font-size: 10px;
}

/*------------------------------------------------*/
/* SITE HEADER */
/*------------------------------------------------*/
#contentWrapper {
    padding-bottom: 40px;
    background-image: url("./images/GrassBG.jpg");
    min-height: 500px;
    min-width:1100px;
}

    #contentWrapper .container {
        background-color: #f5f5f5;
        padding: 20px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        min-height: 500px;
    }

    #contentWrapper #EasySteps {
        background-image: url("./images/StepsBG.jpg");
        border-radius: 8px;
        border-bottom: 1px solid #404041;
        margin-bottom: 20px;
    }

        #contentWrapper #EasySteps .Step {
            background-image: url("./images/StepItemBG.jpg");
            border-radius: 8px;
            height: 110px;
            padding: 10px;
            width: 225px;
            margin-top: 15px;
            padding: 10px;
            box-sizing: border-box;
            -moz-box-sizing: border-box; /* Firefox */
        }

            #contentWrapper #EasySteps .Step h2 img {
                margin-right: 8px;
            }

        #contentWrapper #EasySteps .Title {
            padding: 30px;
        }

    #contentWrapper #Testimonials {
        background-image: url("./images/Testimonials_BG.jpg");
        background-size:100%;

        border-radius: 8px;
        padding: 15px;
        border-bottom: 1px solid #999999;
        margin-bottom: 20px;
        min-height: 228px;
    }

        #contentWrapper #Testimonials p {
        margin:0px!important;
        }
    #contentWrapper #FreeTrial {
        background-image: url("./images/FreeTrial.jpg");
        border-radius: 8px;
        border-bottom: 1px solid #404041;
        height: 85px;
    }

        #contentWrapper #FreeTrial .Title {
            padding: 10px;
            padding-top: 15px;
        }

        #contentWrapper #FreeTrial .Step {
            padding: 10px;
            box-sizing: border-box;
            -moz-box-sizing: border-box; /* Firefox */
        }

            #contentWrapper #FreeTrial .Step p {
                margin: 0px!important;
            }

        #contentWrapper #FreeTrial .Link {
            margin-top: 23px;
        }

            #contentWrapper #FreeTrial .Link a.TrialButton {
                background-image: url("./images/TrialButtonBG.jpg");
                padding-left: 10px;
                padding-right: 10px;
                padding-top: 20px;
                padding-bottom: 20px;
                font-size: 16px;
                font-weight: bold;
                color: #404041;
                text-transform: uppercase;
                border-radius: 8px;
                border-bottom: 1px solid #404041;
            }



    /*SUBSCRIPTION CSS*/
    #contentWrapper #SubscriptionIncludes .Include {
        background-image: url("./images/StepsBG.jpg");
        border-radius: 8px;
        padding: 5px;
        border-bottom: 1px solid #404041;
        margin-bottom: 20px;
        height: 110px;
        text-align: center;
        font-size: 11px;
    }

        #contentWrapper #SubscriptionIncludes .Include img {
            padding: 5px;
            margin-bottom: 5px;
        }

#footerWrapper {
    background-image: url("./images/FooterBG.jpg");
    padding-top: 20px;
    max-height: 120px;
    min-width:1100px;
}

    #footerWrapper a:hover {
        color: #ffcf06!important;
    }

    #footerWrapper p {
        color: white!important;
    }

#dnn_login input {
    width: 100px!important;
    min-width: 100px!important;
    padding: 5px;
    padding-left: 35px!important;
}

#siteHeadouter {
    /* CSS3 */
    -webkit-box-shadow: 1px 50px 100px 0px #cacaca;
    box-shadow: 1px 50px 100px 0px #cacaca;
    padding-top: 20px;
    padding-bottom: 20px;
}

.radPreventDecorate {
    display: none!important;
}

#logo {
    float: left;
}

#dnn_login .dnnFormMessage {
    margin-bottom: 0px!important;
    padding: 5px!important;
    position: absolute;
    margin-top: 45px;
    background-color: rgba(255, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=0 ); /* IE6-8 */
    color: white;
}

div.Registration input[type="text"], div.Registration input[type="password"] {
    width: 100%;
    padding: 7px!important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.Registration.Step2 input {
    margin-bottom: 10px!important;
}

div.Registration.Step1 {
    width: 100%;
}

    div.Registration.Step1 table {
        width: 100%;
    }

        div.Registration.Step1 table tr td {
            padding: 5px;
        }

    div.Registration.Step1 div.Icon {
        width: 30px;
        height: 30px;
    }

    div.Registration.Step1 input.Username {
        background-image: url("./images/Username_Icon2.png");
    }

    div.Registration.Step1 input.Password {
        background-image: url("./images/Password_Icon2.png");
    }

    div.Registration.Step1 input.Email {
        background-image: url("./images/Email_Icon2.png");
    }

    div.Registration.Step1 input.Question {
        background-image: url("./images/Question_Icon2.png");
    }

    div.Registration.Step1 input.Info {
        background-image: url("./images/Blank_Icon2.png");
    }

    div.Registration.Step1 Input[type="text"], div.Registration.Step1 input[type="password"] {
        margin-bottom: 0px!important;
        background-repeat: no-repeat;
        float: left;
        background-position: left;
        padding-left: 40px!important;
    }

    div.Registration.Step1 .dnnLabel {
        width: 20px!important;
    }

    div.Registration.Step1 a.dnnFormHelp {
        top: 0px!important;
        position: relative!important;
        left: 5px;
    }

    div.Registration.Step1 .dnnTooltip {
        margin-right: 43px;
    }

    div.Registration.Step1 span.dnnHelpText {
        left: 5px!important;
    }

/*Contact Form*/
div.contact table {
    width: 100%;
}

    div.contact table tr td {
        padding: 5px;
        max-height: 150px;
    }


        div.contact table tr td input {
            margin-bottom: 0px!important;
            background-repeat: no-repeat;
            float: left;
            width: 100%;
            background-position: left;
            padding-left: 40px!important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        div.contact table tr td .dnnLabel {
            display: none;
        }

        div.contact table tr td input.club {
            background-image: url("./images/Blank_Icon2.png");
            margin-bottom: 0px!important;
            background-repeat: no-repeat;
            float: left;
            width: 100%;
            background-position: left;
            padding-left: 40px!important;
            border: 0px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        div.contact table tr td input.firstName {
            background-image: url("./images/Username_Icon2.png");
            margin-bottom: 0px!important;
            background-repeat: no-repeat;
            float: left;
            width: 100%;
            border: 0px;
            background-position: left;
            padding-left: 40px!important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        div.contact table tr td input.lastName {
            background-image: url("./images/Username_Icon2.png");
            margin-bottom: 0px!important;
            background-repeat: no-repeat;
            float: left;
            width: 100%;
            border: 0px;
            background-position: left;
            padding-left: 40px!important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        div.contact table tr td input.football {
            background-image: url("./images/Blank_Icon2.png");
            margin-bottom: 0px!important;
            background-repeat: no-repeat;
            float: left;
            width: 100%;
            border: 0px;
            background-position: left;
            padding-left: 40px!important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        div.contact table tr td input.email {
            background-image: url("./images/Email_Icon2.png");
            margin-bottom: 0px!important;
            background-repeat: no-repeat;
            float: left;
            width: 100%;
            border: 0px;
            background-position: left;
            padding-left: 40px!important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        div.contact table tr td input.number {
            background-image: url("./images/Blank_Icon2.png");
            margin-bottom: 0px!important;
            background-repeat: no-repeat;
            float: left;
            width: 100%;
            border: 0px;
            background-position: left;
            padding-left: 40px!important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        div.contact table tr td textarea {
            width: 100%;
            height: 150px!important;
            margin-bottom: 0px!important;
            background-repeat: no-repeat;
            float: left;
            width: 100%;
            border: 0px;
            background-position: left;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

div.validation table tr td {
    padding-top: 44px;
}

#dnn_ctr699_Feedback_divFeedbackFormContent span {
    display: none;
}

#dnn_ctr699_Feedback_divFeedbackFormContent h2 {
    display: none;
}

/*METRA LOGIN SKIN*/
.metraLogin {
    color: white!important;
    padding-top: 12px;
}

    .metraLogin input {
        background-repeat: no-repeat;
        background-position: left;
        background-color: white;
        border-radius: 4px;
        border: none!important;
        padding-left: 35px;
        box-shadow: none!important;
        margin-left: 5px;
    }

    .metraLogin a.SmallButton {
        padding: 4px 10px!important;
        margin-left: 5px;
        border: none!important;
        font-size: 12px!important;
    }

    .metraLogin .dnnLoginActions {
        display: none;
    }

    .metraLogin input.Username {
        background-image: url("./images/Username_Icon.png");
    }

    .metraLogin input.Password {
        background-image: url("./images/Password_Icon.png");
    }

    .metraLogin .dnnLoginRememberMe {
        display: none;
    }

.MetraButton {
    text-align: left;
    width: 100%;
    background-image: url("./images/MatchButton.jpg");
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    vertical-align: middle;
    border-radius: 5px;
    border-bottom: 1px solid #afafaf;
}

    .MetraButton:hover {
        background-image: url("./images/MatchButton_hover.jpg");
    }

    .MetraButton.Active {
        background-image: url("./images/MatchButton_hover.jpg");
    }

    .MetraButton span {
        color: black;
        text-transform: uppercase;
        font-weight: bold;
        padding-left: 10px;
        padding-right: 10px;
    }

.SmallButton {
    text-align: center;
    background-image: url("./images/MatchButton.jpg");
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    border-radius: 5px;
    border: none;
    border-bottom: 1px solid #afafaf;
    color: black!important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .SmallButton:hover {
        background-image: url("./images/MatchButton_hover.jpg");
    }

    .SmallButton.Active {
        background-image: url("./images/MatchButton_hover.jpg");
    }


.dnnFormValidationSummary ul {
    margin-bottom: 0px!important;
    color: #333333!important;
}

#Logoff {
    margin-top: 20px;
    text-align: right;
}

    #Logoff a.LogOffButton {
        text-align: center;
        font-size: 11px!important;
        background-image: url("./images/MatchButton.jpg");
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        vertical-align: middle;
        border-radius: 5px;
        border: none;
        color: black!important;
        text-transform: uppercase;
        font-weight: bold;
        margin: 5px;
        font-size: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }


.IconButton {
    text-align: center;
    background-image: url("./images/MatchButton.jpg");
    vertical-align: middle;
    border-radius: 5px;
    border: none;
    border-bottom: 1px solid #afafaf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 25px;
    width: 25px;
}



#contentWrapper #DashboardMenu {
    background-image: url("./images/DashboardMenuBG.jpg");
    border-bottom: 1px solid #404041;
    border-radius: 5px;
    margin-bottom: 20px;
    height: 85px;
}

    #contentWrapper #DashboardMenu .Menu h1 {
        padding-left: 15px;
        padding-top: 20px;
    }

    #contentWrapper #DashboardMenu .Menu ul.nav {
        margin-bottom: 0px!important;
        margin-left: 10px;
        margin-top: 5px;
    }

        #contentWrapper #DashboardMenu .Menu ul.nav li a {
            color: #414042!important;
        }

    #contentWrapper #DashboardMenu .Menu .nav > li > a,
    #contentWrapper #DashboardMenu .Menu .nav > li > span {
        padding: 5px!important;
        padding-left: 10px!important;
        padding-right: 10px!important;
        margin: 0px auto!important;
    }

    #contentWrapper #DashboardMenu .Menu ul.nav li.active, #contentWrapper #DashboardMenu .Menu ul.nav li:hover {
        background-image: url("./images/GreyGradient.jpg");
        border-radius: 3px;
        font-weight: bold;
    }


    #contentWrapper #DashboardMenu div.MyTeam #clubName {
        min-height: 30px;
        text-align: right;
        padding: 5px;
    }

        #contentWrapper #DashboardMenu div.MyTeam #clubName span.TeamName {
            font-size: 16px;
        }

    #contentWrapper #DashboardMenu div.MyTeam .SeasonChange {
        float: right;
    }

    #contentWrapper #DashboardMenu div.MyTeam #clubLogo img {
        max-height: 75px;
        margin: 0px auto!important;
    }

    #contentWrapper #DashboardMenu div.MyTeam #clubLogo {
        padding: 5px;
    }

.MyTeam {
    text-align: right;
}

.dashboardSummary table {
    border-collapse: collapse!important;
    width: 100%;
}

    .dashboardSummary table tr td {
        background-color: white;
        padding: 5px;
        font-size: 11px;
    }


        .dashboardSummary table tr td.TableHeader {
            background-image: url("./images/GreyGradient.jpg");
            border-bottom: 1px solid grey;
        }

            .dashboardSummary table tr td.TableHeader span {
                font-weight: bold;
                font-size: 12px;
            }


        .dashboardSummary table tr td.summaryHeader {
            font-weight: bold;
            font-size: 12px;
            background-color: #e1e1e1;
        }

    .dashboardSummary table tr.offset td {
        background-color: #fffcc9;
    }

table.GraphLegend {
    margin-left: 40px;
    font-size: 11px;
    font-weight: bold;
}

    table.GraphLegend.Pie {
        margin-left: 0px!important;
    }

    table.GraphLegend tr td.Item {
        padding-left: 20px;
    }

    table.GraphLegend tr td hr.Match {
        border: 1px solid #eae023;
        width: 60px;
    }

    table.GraphLegend tr td hr.KPI {
        border: 1px solid #dcdcdc;
        width: 60px;
    }

    table.GraphLegend tr td hr.Season {
        border: 1px solid #2ad84f;
        width: 60px;
    }

    table.GraphLegend tr td hr.Won {
        border: 1px solid #2ad84f;
        width: 60px;
    }

    table.GraphLegend tr td hr.Lost {
        border: 1px solid #cf5313;
        width: 60px;
    }

.MetraContainer {
    background-color: white;
    margin-bottom: 30px;
    border-radius: 5px;
}

    .MetraContainer .Header {
        background-image: url("images/ContainerHeaderBG.jpg");
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        padding: 8px;
        max-height: 24px;
    }

    .MetraContainer .Header {
        color: #ffcf06;
        font-weight: bold;
        font-size: 16px;
    }

        .MetraContainer .Header em.glyphicons {
            color: #FFCF06;
            margin-left: 10px;
        }

.KPITable tr th em.glyphicons {
    color: #FFCF06;
    margin-left: 5px;
}

.MetraContainer canvas {
    padding-top: 20px;
}

.MetraContainer .Content.ForAgainst, .MetraContainer .Content.Graph {
    text-align: center;
    height: 320px;
}

    .MetraContainer .Content.ForAgainst .row-fluid {
        padding-top: 40px;
        padding-bottom: 30px;
    }

        .MetraContainer .Content.ForAgainst .row-fluid.ExtraMargin {
            padding-top: 60px!important;
        }

.MetraContainer span.QuarterHeader {
    text-align: center;
}

.msTable {
}

    .msTable tr th.header {
        cursor: pointer;
    }

    .msTable tr td.QtrValue {
        width: 25%;
        text-align: right;
    }

    .msTable tr th em.glyphicons {
        font: 12px/1em 'Glyphicons Regular';
        margin-left: 5px;
        margin-top: 2px;
        color: #444444;
    }

    .msTable.StatsTable tr td input[type="text"], .msTable.StatsTable tr td select:enabled {
        border: 1px solid #c2c2c2;
    }

    .msTable.EditStatsTable tr td input[type="text"], .msTable.EditStatsTable tr td select:enabled {
        border: 1px solid #c2c2c2;
        width: 40px!important;
    }


.voucherTable tbody tr td {
    text-align:center;
}
    .msTable.voucherTable tbody tr.EditRow td {
    background-color:#f5f5f5;
    }

        .msTable.voucherTable tbody tr.EditRow td input {
        border:1px solid grey;
        }

table.msTable.StatsTable tr td input.small {
width:30px;
}

.ModalWidth {
    max-width: 600px!important;
}

#formButtons {
    text-align: right;
    padding-top: 10px;
}

.editgame td {
    width: 150px;
}

#closebutton {
    width: 700px;
    text-align: right;
}

span.RegistrationError {
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
}

.msTable {
    border-collapse: collapse !important;
    width: 100%;
    padding: 5px;
}

    .msTable a {
        color: Black;
    }

    .msTable tr.myteam td.Score, .msTable tr.opponent td.Score {
        text-align: center;
    }

    .msTable .myteam a {
        text-decoration: none;
    }

    .msTable .opponent a {
        text-decoration: none;
    }

    .msTable a:hover {
        color: grey;
    }

    .msTable tr td.For, .msTable tr td.Against {
    text-align:right!important;
    font-weight:bold;
    font-style:italic;
    }
    .msTable tbody td,
    .msTable .bodyCell {
        /*font-weight:bold;*/
        text-align: left;
    }

    .msTable thead,
    .msTable .headerRow {
        text-align: left;
        border-radius: 0px;
    }

        .msTable thead th,
        .msTable .headerRowCell {
            font-weight: bold;
            font-size: 12px;
            background-image: url("./images/GreyGradient.jpg");
            padding: 6px;
            text-align: center;
            border-bottom: 1px solid #414042;
        }

            .msTable thead th.summaryHeader {
                text-align: center!important;
            }

    .msTable.MatchScores thead th.summaryHeader {
        text-align: right!important;
    }

    .msTable tr.textLeft th {
        text-align: left!important;
    }

    .msTable.Overview thead th {
        text-align: center!important;
    }

    .msTable tbody tr td {
        padding: 8px;
        font-size: 11px!important;
        background-color: white;
    }

        .msTable tbody tr td input[type="checkbox"]:disabled {
            cursor: default;
        }


        .msTable tbody tr td select {
            width: 100%;
        }

    .msTable .dnnLabel {
        width: 100%!important;
    }

        .msTable .dnnLabel a {
            top: 0px!important;
        }

    .msTable tbody tr td.Bold {
        font-weight: bold;
    }
    /*MATCH REPORTS STATS TABLE*/
    .msTable.MatchStats tbody tr td, .msTable.Performance tbody tr td {
        text-align: center;
    }

        .msTable.MatchStats tbody tr td.Bold {
            text-align: left;
            font-weight: bold;
        }

        .msTable.MatchStats tbody tr td.Hit, .msTable tbody tr td.woncell {
            color: green!important;
            font-weight: bold;
        }


        .msTable.MatchStats tbody tr td.Miss, .msTable tbody tr td.lostcell {
            color: red!important;
            font-weight: bold;
        }


    /*MATCH SCORES TABLE*/
    .msTable.MatchScores tbody tr td {
        text-align: right;
    }

        .msTable.MatchScores tbody tr td.Bold {
            text-align: left;
            font-weight: bold;
        }


    .msTable tbody tr td.Notes textarea {
        width: 97%;
    }

    .msTable tbody tr.altRow td,
    .msTable tbody tr td.altRowCell {
        background-color: #fffcc9;
    }

    .msTable tbody tr.InsertRow td {
        background-color: #d9d9d9;
    }

        .msTable tbody tr.InsertRow td input {
            width: 95%;
        }

    .msTable tfoot {
    }

    .msTable tbody tr.lastRow,
    .msTable tbody tr.lastRow a {
        background-color: #282623;
        color: white;
    }

    
div.Features {
    background-color: white;
    border-radius: 10px;
    margin-bottom:20px;
    padding:15px;
}

    div.Features table tr td img {
        padding-right:10px;
    }
    div.Features table tr td {
    padding:5px;
    }

div.HowWorks {
    background-color: white;
    border-radius: 50px;
    margin-bottom:50px;
}


    div.HowWorks div.Details {
    padding:25px;
    }

    div.HowWorks div.Details ul li{
        padding-bottom:12px;
    }
    div.HowWorks div.Details h1 {
        background-color: #FFCF06;
        border-radius: 10px;
        padding: 8px;
        text-align: center;
    }

    div.HowWorks div.Details h2 {
        text-align: center;
        
        padding:10px;
    }

    div.HowWorks div.Details p {

    }

.msTable.MyTransactions tr th {
    text-align: center;
}

.msTable.MyTransactions tr td {
    text-align: center;
}

.Report div.QuarterHeader {
    padding-top: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.Report .ButtonCol {
    text-align: center;
}

    .Report .ButtonCol .SmallButton {
        padding: 3px!important;
        margin: 0px!important;
        width: 30px!important;
        margin-bottom: 3px!important;
    }

.AlignRight {
    text-align: right!important;
}

.scoreTxt {
    width: 16px;
}

.msTable tbody tr.myteam {
    background-image: url('Images/background2.jpg');
}

.msTable tbody tr.opponent {
    background-color: Gray;
}

/*.msTable tbody tr.result
{
    background-color: #E0E0E0;   
}*/

/*Season Managment */
.msTable-season {
    border: 4px solid #e1e1e3;
    border-radius: 5px;
    width: 960px;
}

    .msTable-season thead,
    .msTable-season .headerRow {
        background-image: url('Images/background3.jpg');
        text-align: left;
        height: 45px;
        border-radius: 5px;
    }

        .msTable-season thead th,
        .msTable-season .headerRowCell {
            text-align: center;
            line-height: 45px;
            color: Black;
            text-transform: uppercase;
            font-size: 14px;
            padding: 0px 5px 0px 5px;
            font-family: Arial, sans-serif;
            font-weight: bold;
            text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
            /*width:110px;*/
        }

    .msTable-season a {
        color: Black;
        text-decoration: underline;
    }

    .msTable-season .myteam a {
        text-decoration: none;
    }

    .msTable-season .opponent a {
        text-decoration: none;
    }

    .msTable-season a:hover {
        color: grey;
    }

    .msTable-season tbody td,
    .msTable-season .bodyCell {
        line-height: 40px;
        padding: 0px 10px 0px 10px;
        font-weight: bold;
        text-shadow: 1px 1px 1px rgba(255,255,255,0.6);
        text-align: left;
        background-image: url('Images/background2.jpg');
    }

    .msTable-season tbody tr.altRow td,
    .msTable-season tbody tr td.altRowCell {
        background-image: url('Images/background1.jpg');
    }

    .msTable-season tfoot {
        line-height: 30px;
        background-color: #282623;
    }

    .msTable-season tbody tr.lastRow,
    .msTable-season tbody tr.lastRow a {
        background-color: #282623;
        color: white;
    }

.scoreTxt {
    width: 16px;
}

.msTable-season tbody tr.myteam {
    background-image: url('Images/background2.jpg');
}

.msTable-season tbody tr.opponent {
    background-color: Gray;
}


.MetraV2 {
    width: 100%;
    margin: 0px 0px 20px 0px;
}

    .MetraV2 .moduleCanvas {
        width: 100%;
        min-height: 350px!important;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        background-color: white;
    }

        .MetraV2 .moduleCanvas .Title {
            background-image: url("./images/ContainerHeaderBG.jpg");
            border-bottom: 1px solid #DDDDDD;
            height: 30px;
            font-size: 16px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }

.Title span.Head {
    color: #ffcf06;
    margin-top: 6px;
    margin-left: 10px;
    font-weight: bold;
}

.MetraV2 .moduleCanvas .Content {
    background-color: #ffffff;
}

    .MetraV2 .moduleCanvas .TextBoxes tr td input {
        border:solid 1px #C2C2C2;
        width:240px;
    }

.MetraV2 .moduleCanvas .StatsTable .lblStatType {
    font-size:13px;
    text-align:center;
}

.dnnFilePicker {
    background-color: #F5F5F5!important;
    text-align: center!important;
    margin: 0px!important;
    padding: 0px!important;
    width: 100%;
}

    .dnnFilePicker .dnnLeft {
        float: none!important;
        padding: 15px!important;
        margin: 0px auto!important;
    }

        .dnnFilePicker .dnnLeft .dnnFormItem {
            height: 50px;
        }

        .dnnFilePicker .dnnLeft .dnnFilePickerImageHolder {
            margin: 0px auto!important;
        }

        .dnnFilePicker .dnnLeft img {
            margin: 0px auto!important;
        }

div.SubscribeNav {
    padding: 10px;
}

div.CreateGame {
    min-height: 300px;
}

/*----------------------KPI Table Styling------------------------*/
table.KPITable tr:first-child th:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

table.KPITable tr:first-child th:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

em.TooltipItem {
    font: 18px/1em 'Glyphicons Regular'!important;
    vertical-align: bottom!important;
}

.TooltipItem:hover {
    cursor: pointer;
}

table.KPITable tr th {
    background-image: url("./images/ContainerHeaderBG.jpg");
    color: #FFCF06!important;
    text-align: left;
    padding: 5px;
    padding-left: 8px;
}

    table.KPITable tr th.tip a {
        color: #FFCF06;
        text-decoration: underline;
    }

        table.KPITable tr th.tip a:hover {
            cursor: pointer;
        }

table.KPITable tr td.StatName {
    width: 150px;
}

table.KPITable tr td.StatType select {
    width: 100%!important;
    width: 200px!important;
}

table.KPITable tr td.KPI {
    width: 100px;
}

/*-------------------Step Two Table Styling------------------*/
table.TableStepTwo {
    width: 100%;
}

    table.TableStepTwo tr td {
        padding: 7px;
    }

        table.TableStepTwo tr td input[type="text"] {
            margin-bottom: 0px!important;
        }

    table.TableStepTwo input[type="text"] {
        width: 95%!important;
        padding: 7px;
    }

    table.TableStepTwo tr td.Head {
        font-weight: bold;
        text-align: right;
    }

/*----------------------------------------------------*/

/*------------------ SUBSCRIPTION TABLE-------------------*/

table.SubscriptionTable {
    width: 100%;
}

    table.SubscriptionTable tr td input[type="text"] {
        margin-bottom: 0px!important;
    }

    table.SubscriptionTable tr td input {
        width: 100%!important;
        border: 1px solid #c2c2c2!important;
        padding: 5px!important;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    table.SubscriptionTable tr td.Head {
        font-weight: bold;
        text-align: right;
    }

/*-----------------------------------------------------------------*/

div.CreateSeasonDiv {
    min-height: 50px;
}

div.CreateSeasonWrapper {
    padding-top: 0px;
    padding-bottom: 20px;
}



    div.CreateSeasonWrapper table.tblCreateSeason {
        width: 100%;
    }

        div.CreateSeasonWrapper table.tblCreateSeason .Name {
            width: 85%;
        }

        div.CreateSeasonWrapper table.tblCreateSeason .Options {
            width: 15%;
            text-align: center;
        }

        div.CreateSeasonWrapper table.tblCreateSeason .Name input {
            width: 100%!important;
        }

    div.CreateSeasonWrapper .SeasonSelector {
        padding-bottom: 20px;
    }

    div.CreateSeasonWrapper .SeasonOptions .SmallButton {
        margin: 0px!important;
    }

    div.CreateSeasonWrapper input#NewSeasonButton {
        border: 0px!important;
    }

    div.CreateSeasonWrapper select {
        width: 100%;
        padding: 7px;
    }

/* Language */
.language .language-object {
    /*float: right;*/
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .language .language-object span {
        float: left;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 5px;
        margin: 0;
    }

        .language .language-object span:first-child {
            padding-left: 8px;
        }

        .language .language-object span img {
            height: 12px;
            width: 17px;
            opacity: 0.3;
        }

        .language .language-object span:hover img {
            opacity: 1;
        }

    .language .language-object .Language.selected img {
        opacity: 1;
        border-color: #222;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
        box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
    }

/*------------------------------------------------*/
/* NAVIGATION */
/*------------------------------------------------*/

/* for Simple Menu, see Simple menu folder */

.navbar {
    margin-bottom: 0!important;
    margin-top:5px;
}

.navbar-inner {
    border: none!important;
    box-shadow: none!important;
    background: none transparent!important;
    padding-right: 0!important;
    min-height: 45px!important;
    filter: none!important;
}

.navbar .brand {
    padding: 0!important;
}

.navbar .nav {
    margin: 5px 10px 0 0!important;
}
/* Site Navigation */
.nav-collapse {
    float: right;
    position: relative;
}

.nav li {
    position: relative;
    list-style: none;
    margin: 0;
}

    .nav li ul {
        margin-left: 0;
    }

.nav > li {
    float: left;
}

    .nav > li > a,
    .nav > li > span {
        display: block;
        padding-right: 10px!important;
        padding-left: 10px!important;
        font-size: 13px;
        color: white!important;
        text-decoration: none;
        text-shadow: none!important;
    }

    .nav > li:hover > a,
    .nav > li.active > a {
        color: #ffcf06!important;
        /* override default bootstrap nav pills styles*/
        background-color: transparent!important;
        box-shadow: none!important;
    }

        .nav > li:hover > a:active {
            color: #3B96B6;
        }

    .nav > li:hover > span {
        color: #3B96B6;
    }

    .nav > li > a .caret.hidden-desktop {
        border: none!important;
        background-image: url(bootstrap/img/glyphicons-halflings-white.png);
        background-color: #333;
        background-position: -305px -110px!important;
        width: 30px!important;
        line-height: 30px!important;
        min-height: 30px!important;
        height: auto;
        display: inline-block;
        margin: 0!important;
        border-radius: 3px;
    }

        .nav > li > a .caret.hidden-desktop:hover {
            background: url(bootstrap/img/glyphicons-halflings-white.png) -305px -110px, linear-gradient(to bottom, #2D2D2D 0%, #565656 100%)!important;
        }

    /* Secondary level */
    .nav > li ul { /* Styles for all sub levels */
        top: 35px;
        left: 0;
        padding: 15px 5px;
        display: none;
        position: absolute;
        z-index: 2;
        width: 225px;
        background: #F5F7F7;
        border: 1px solid #cbcbcb;
        /* CSS3 */
        border-radius: 0px;
        /*box-shadow:inset 0px 1px 0px 0px rgba(255,255,255,1), 0px 0px 3px rgba(0,0,0,0.15);*/
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.4);
        -webkit-animation-duration: .25s;
        -webkit-animation-delay: .2s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-duration: .25s;
        -moz-animation-delay: .2s;
        -moz-animation-timing-function: ease;
        -moz-animation-fill-mode: both;
        -ms-animation-duration: .25s;
        -ms-animation-delay: .2s;
        -ms-animation-timing-function: ease;
        -ms-animation-fill-mode: both;
        animation-duration: .25s;
        animation-delay: .2s;
        animation-timing-function: ease;
        animation-fill-mode: both;
    }

.nav-collapse:not(.in) .nav li:hover > ul {
    display: block;
}

.nav-collapse .nav li > iframe {
    display: none;
    z-index: 1 !important;
}

.nav-collapse:not(.in) .nav li:hover > iframe {
    display: block;
}

.navbar .nav > li > .dropdown-menu:before {
    border: none!important;
}

.navbar .nav > li > .dropdown-menu:after {
    position: absolute!important;
    top: -15px!important;
    left: 20px!important;
    content: ''!important;
    width: 0px!important;
    height: 0px!important;
    border-left: 15px solid transparent!important; /* left arrow slant */
    border-right: 15px solid transparent!important; /* right arrow slant */
    border-bottom: 15px solid #F5F7F7!important; /* bottom, add background color here */
    font-size: 0px!important;
    line-height: 0px!important;
}

.nav .dropdown-menu > .active > a,
.nav .dropdown-menu > .active > a:focus {
    background-color: transparent!important;
    background-image: none!important;
    color: #3B9FBF!important;
    outline: none;
}

.nav .dropdown-menu a {
    display: block;
    padding: 3px 15px;
    color: #3B9FBF;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    /* transition decleration */
    transition: all ease-in 100ms;
    -moz-transition: all ease-in 100ms; /* Firefox 4 */
    -webkit-transition: all ease-in 100ms; /* Safari and Chrome */
    -o-transition: all ease-in 100ms; /* Opera */
    -ms-transition: all ease-in 100ms; /* IE9? */
}

.nav .dropdown-menu > li > a:hover,
.nav .dropdown-menu > .active > a:hover {
    background-color: transparent!important;
    background-image: none!important;
    color: #DD0000!important;
}

.nav-collapse:not(.in) .nav .dropdown-menu {
    border-radius: 0!important;
    top: 37px!important;
}

.nav > li > ul li:hover {
    color: #D00;
    background: #F5F7F7;
}

/* Tertiary level */
.nav li ul li ul {
    left: 225px;
    top: -8px;
    padding: 15px 5px;
    border-left: 1px solid #ddd;
}

/* Navigation button on mobile size */
.nav-collapse.in {
    width: 100%;
}

.navbar .btn-navbar {
    background-color: #333333!important;
    background-image: linear-gradient(to bottom, #333333, #333333)!important;
    cursor: pointer;
    margin-top: 10px!important;
}

    .navbar .btn-navbar:hover,
    .navbar .btn-navbar:active {
        background: linear-gradient(to bottom, #2D2D2D 0%, #565656 100%)!important;
    }


/*------------------------------------------------*/
/* BREADCRUMBS */
/*------------------------------------------------*/
#Breadcrumb {
    padding-top: 20px;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: solid 1px #c0c0c0;
}

    #Breadcrumb img {
        margin-left: 10px;
        margin-right: 10px;
    }

    #Breadcrumb a.breadcrumbLink:link,
    #Breadcrumb a.breadcrumbLink:visited {
        color: #666;
        font-size: 12px;
        font-weight: bold;
    }

    #Breadcrumb a.breadcrumbLink:hover {
        color: #3B96B6;
    }

/*------------------------------------------------*/
/* CONTENT PANES */
/*------------------------------------------------*/
.contentPane {
}

/* Content Pane - Home */
/* Removed for Bootstrap
.leftPane {
    float: left;
    width: 630px;
}

.sidebarPane {
    float: right;
    width: 320px;
}
*/

/* Content Pane - 2 columns */
/* Removed for Bootstrap
.twoColRightPane {
    float: right;
    width: 260px;
}

.twoColLeftPane {
    float: left;
    width: 690px;
}

.leftPaneLowerLeft {
    float: left;
    width: 400px;
}

.leftPaneLowerRight {
    float: right;
    width: 260px;
}
    */

/* Content Pane - 3 columns */
.threeColLeftPane,
.threeColCenterPane,
.threeColRightPane {
    float: left;
    width: 306px;
}

/* Content Pane - 3 columns Social */
.threeColSocialLeftPane {
    float: left;
    width: 110px;
}

.threeColSocialCenterPane {
    float: left;
    position: relative;
    width: 560px;
}

.threeColSocialRightPane {
    float: left;
    width: 250px;
}

/* Content Pane - Footer */
#footer {
    /*clear: both;*/
    height: 230px;
    margin-top: 70px;
    background: url('images/globe.png') no-repeat;
}
/* Removed for Bootstrap

.footerPane {
    float: left;
    width: 136px;
}

    .footerPane,
    .footerPane .Normal {
        color: #808080;
    }

.footerPaneRight {
    float: right;
}
*/


#dnn_tagline h1 {
    margin-top: 10px;
    color: white!important;
    text-shadow: 1px 2px 3px #666;
}
/* Empty Panes */
.DNNEmptyPane {
    width: 0;
    margin: 0;
}

    .DNNEmptyPane.rightTwoCol + div {
        width: 100%;
    }

/* Copyright
    -------------------------------------*/
#copyright {
    font-size: 12px;
    color: #a6a6a6;
    margin-bottom: 25px;
}

    #copyright a:link,
    #copyright a:visited {
        font-size: 12px;
        color: #a6a6a6;
    }

    #copyright a:hover {
        color: #D00;
    }

    #copyright a.DNNMobileLink {
        color: #666;
        font-weight: bold;
    }

        #copyright a.DNNMobileLink:hover {
            color: #D00;
        }

    #copyright .pull-right {
        text-align: right;
    }

/*------------------------------------------------*/
/* SOCIAL STYLE */
/*------------------------------------------------*/
/* ----------------------------------*/
/* DNN Module: Console */
/* ----------------------------------*/
.threeColSocial .console {
    /*width: 250px;*/
    width: 100% !important; /* updated for responsive*/
    height: auto;
    background-color: #484848; /* Menu Background Color */
}

.threeColSocial .console-none div {
    cursor: pointer;
    cursor: hand;
    float: left;
    height: auto;
    /*width: 250px;*/
    width: 100% !important; /* updated for responsive*/
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.threeColSocial .console-none h3 {
    padding: 10px 8px 10px 40px;
    margin: 0;
    border-bottom: solid 1px #fff;
    background: url('images/arrow.png') 18px center no-repeat;
    color: #eee;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}

.threeColSocial .console-none div div {
    display: none;
}

.threeColSocial .console-mouseon {
    background-color: #70b1c7; /* Menu Hover Background Color */
}

/* ----------------------------------*/
/* DNN Module: ViewProfile Image */
/* ----------------------------------*/
#UserProfileImg img {
    width: 100px;
    height: auto;
    border: solid 3px #fff;
}

.threeColSocial .UserProfileControls ul {
    margin: 15px 0;
}

    .threeColSocial .UserProfileControls ul li {
        list-style-type: none;
        margin-bottom: 3px;
    }

span.ForgotPassword {
    font-size: 10px;
    float:right;
    margin-right:45px;
}

    span.ForgotPassword a:hover {
        color: #ffcf06!important;
    }

/* ----------------------------------*/
/* DNN Module: Member Directory (Send A Message, Follow, Subscribe) */
/* ----------------------------------*/
.threeColSocialRightPane .DnnModule #mdMemberList {
    margin: 0 0 30px 0;
}

.threeColSocialRightPane #mdMemberList ul {
    margin: 10px 0 0 0;
}

.threeColSocialRightPane #mdMemberList li {
    margin-bottom: 0;
    -size: 12px;
    font-weight: bold;
    list-style-type: none;
}

.threeColSocialRightPane #mdMemberList > li {
    width: 216px;
    margin: 0;
    padding: 6px 17px;
    background: #d7d7d7;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    -ms-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}

    .threeColSocialRightPane #mdMemberList > li:hover {
        z-index: 2; /*bring current li to top for tooltip */
        background: #d7d7d7;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 0px rgba(255, 255, 255, 1);
    }

/* ----------------------------------*/
/* DNN Module: ViewProfile (Activity Feed) */
/* ----------------------------------*/
.threeColSocial .journalTools {
    max-width: 560px;
}

.threeColSocial .journalrow {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
    margin-bottom: 20px;
}

.threeColSocial .journalfooter {
    padding: 0;
    margin: 0;
}

.threeColSocial .journalrow div.journalitem p.journalfooter {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
}

.threeColSocial .journalrow div.journalitem ul.jcmt {
    font-size: 12px;
}

.threeColSocial .journalrow div.journalitem .likes {
    padding: 2px 5px;
    background-color: #dbdbdb;
}

#journalEditor #journalContent .juser, .journalrow .juser {
    border: none;
    color: #3B96B6;
    background-color: transparent;
}

/* ----------------------------------*/
/* DNN Module: ViewProfile (Message) */
/* ----------------------------------*/
.threeColSocial #UserDisplayNameHeader h2 {
    padding-bottom: 10px;
    border-bottom: solid 1px #c0c0c0;
}

/* dnnAdminTabNav Style*/
.threeColSocial #smMainContent .ui-corner-all {
    border-radius: 0;
}

.threeColSocial ul.dnnAdminTabNav {
    height: 38px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial ul.dnnAdminTabNav li {
        margin-right: 1px;
    }

        .threeColSocial ul.dnnAdminTabNav li a {
            padding: 10px 15px;
            margin-bottom: 0px;
            border: none;
            background: #d7d7d7;
            -webkit-border-radius: 1px 1px 0px 0px;
            border-radius: 1px 1px 0px 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            color: #666;
            font-size: 12px;
            font-weight: bold;
            text-shadow: none;
        }

            .threeColSocial ul.dnnAdminTabNav li a:hover {
                background: #484848;
                color: #eee;
            }

        .threeColSocial ul.dnnAdminTabNav li.ui-tabs-active a {
            padding: 10px 15px;
            margin-top: 0px;
            background: #484848;
            color: #eee;
        }

/* Message & Notification number block*/
.threeColSocial .dnnAdminTabNav a span {
    display: inline;
    min-height: 12px;
    padding: 2px 6px;
    margin-right: 8px;
    background: rgb(59,150,182); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
    background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
    color: #eee;
    font-weight: normal;
    font-size: 11px;
}

/* Compose new message link */
.threeColSocial .dnnFormExpandContent {
    position: absolute;
    top: -40px;
    right: 0;
    height: 20px;
    font-size: 12px;
}

    .threeColSocial .dnnFormExpandContent a.ComposeMessage {
        font-size: 12px;
    }

/* compose button */
.threeColSocial a.dnnPrimaryAction {
    display: inline-block;
    padding: 12px 20px;
    margin-bottom: 5px;
    background-color: #3B96B6;
    background: -moz-linear-gradient(top, #1aa0c9 0%, #1aa0c9);
    background: -webkit-gradient(linear, left top, left bottom, from(#1aa0c9), to(#1aa0c9));
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 0px solid #ffffff;
    -moz-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    -webkit-box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    box-shadow: 0px 1px 3px rgba(240,240,240,0.5), inset 0px 0px 0px rgba(15,177,217,0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    text-shadow: 0px 0px 0px rgba(000,000,000,0), 0px 0px 0px rgba(255,255,255,0);
}

    .threeColSocial a.dnnPrimaryAction:hover,
    .threeColSocial a.dnnPrimaryAction:active {
        cursor: pointer;
        cursor: hand;
        background-image: none;
        background-color: #D00;
    }

/* Message Control (Select, Actions, Inbox, Sent, Archived)*/
.threeColSocial .DnnModule .messageControls .dnnButtonGroup {
    margin-right: 0px; /* fixed Archived Button spacinging issue */
}

.threeColSocial .messageControls {
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial .messageControls .messageFolders {
        float: right;
    }

/* number x-x of x */
.threeColSocial .messageFolders p {
    float: left;
    display: inline-block;
    padding: 8px 15px;
    margin: 0;
    color: #666;
    font-size: 12px;
}

    .threeColSocial .messageFolders p strong {
        color: #666;
        font-weight: bold;
    }

/* Messages / Notification Specific Button Styles
    -------------------------------------*/
/* Style for the Action menu bar*/
.threeColSocial .DnnModule-Messaging-Notifications .dnnTertiaryAction {
    width: auto!important;
    padding: 9px 10px;
    font-size: 12px;
}

/* Styles for select drop*/
.threeColSocial .DnnModule .selectDrop ul {
    top: 34px;
    min-width: 120px;
    padding: 10px 14px!important;
    border: 1px solid #c2c2c2;
    background: #e7e7e7;
    /*CSS3*/
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
}

/* Styles for select button on active state*/
.threeColSocial .selectDrop.active > a {
    background: #70b1c7;
    color: #eee;
    border-right: solid 0px #3B96B6;
    -webkit-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    -moz-box-shadow: inset 0px 1px 1px 0px #3B96B6;
    box-shadow: inset 0px 1px 1px 0px #3B96B6;
}

/* when select drop down button is clicked toggle active class to show*/
.threeColSocial .selectDrop ul li {
    margin-bottom: 3px;
    font-size: 12px;
}

/* Remove corners and add dividers to buttons in button group */
.threeColSocial .dnnButtonGroup {
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    list-style: none;
}

.threeColSocial ul.dnnButtonGroup > li {
    border-left: none;
}

.threeColSocial .dnnButtonGroup > li > a {
    border-left: 1px solid #ddd; /*light*/
    border-right: 1px solid #bbb; /*dark*/
    background-color: #d7d7d7;
    color: #666;
}

    /* Conversations button selected*/
    .threeColSocial .dnnButtonGroup > li > a.active {
        color: #eee;
        border-right: 1px solid #3B96B6;
        background-color: #70b1c7;
    }

    /* Actions button hover*/
    .threeColSocial .dnnButtonGroup > li > a.disabled:hover {
        color: #eee;
        border-left: 1px solid #3B96B6;
        background-color: #70b1c7;
    }

/* Select button hover */
.threeColSocial .alpha > a:hover {
    color: #eee;
    background-color: #70b1c7;
    border-right: 1px solid #3B96B6;
}

/*First Button styles of a button group */
.threeColSocial .alpha > a,
.threeColSocial .alpha > a:hover,
.threeColSocial .alpha > a.active {
    border-left: 1px solid #70b1c7;
    /*CSS3*/
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*Last Button styles of a button group */
.threeColSocial .omega > a,
.threeColSocial .omega > a:active,
.threeColSocial .omega > a.active {
    border-right: 1px solid #70b1c7;
    /*CSS3*/
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Archive Button */
.threeColSocial a.dnnSecondaryAction.ArchiveItems span {
    display: none; /* hide Archive text*/
}

.threeColSocial a.dnnSecondaryAction.ArchiveItems {
    height: 18px;
    min-width: 15px;
    margin-left: 5px;
    background: #d7d7d7 url('images/icon_bin.png') no-repeat center center;
    border-radius: 0;
    -webkit-box-shadow: none;
    text-shadow: none;
    box-shadow: none;
    color: #666;
    border: none;
}

    .threeColSocial a.dnnSecondaryAction.ArchiveItems:hover {
        background: #70b1c7 url('images/icon_bin.png') no-repeat center center;
    }

/*Archive, Sent, Archived buttons Hover*/
.threeColSocial .dnnTertiaryAction:hover, a.dnnTertiaryAction:hover {
    background-color: #70b1c7;
    color: #eee;
}

/* Messages / Notification List Item
    -------------------------------------*/
/* Listing Styles */
.threeColSocial .smListings {
    font-size: 12px;
}

.threeColSocial .DnnModule .smListings ul {
    margin: 0;
}

.threeColSocial .smListings > ul > li {
    padding-top: 10px;
    margin: 0;
    background: transparent;
    border-bottom: 1px solid #c0c0c0;
}

    .threeColSocial .smListings > ul > li.active {
        background: #f4f4f4; /* background color for active list items*/
    }

    .threeColSocial .smListings > ul > li:last-child {
        border-bottom: none;
    }

.threeColSocial .smListings [class^="ListCol-"] {
    padding: 1% 1% 1% 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-1 {
    min-width: 20px; /* Main message list: Checkbox column width on */
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-2 {
    min-width: 65px; /* Main message list: Avatar column width AND Drilldown message list: Message info column width*/
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-3 {
    width: 56%; /* Main message list: Message info column width AND Drilldown message list: Time column width */
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 {
    font-size: 11px; /* Main message list: Time column */
}

.threeColSocial .smTimeStamped {
    font-size: 11px;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-1 {
    min-width: 65px; /* Drilldown message list: Avatar column width*/
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-2 {
    width: 56%; /* Drilldown message list: Message info column width*/
}

.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 {
    float: right; /* Drilldown message list: Time column */
    width: 25%;
    font-size: 12px;
}

.threeColSocial .hoverControls a {
    font-size: 12px; /* All lists: Archive & Reply links */
    font-weight: bold;
}

.threeColSocial .DnnModule-Messaging-Details .smListings .meta {
    margin-bottom: 5px; /* Drilldown message list: UserName link */
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .meta a {
        font-weight: bold; /* Drilldown message list: UserName link */
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .message {
    color: #999; /* Drilldown message list: Message text */
    margin: 0;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .subject {
    font-weight: bold;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .subject {
    font-size: 13px; /* All lists: unread message subject */
    margin-bottom: 3px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .meta {
    margin-bottom: 8px; /* All lists: message From - Send to */
    line-height: 14px;
}

.threeColSocial .DnnModule-Messaging-Notifications .smListings .message {
    color: #999; /* All lists: Message text */
}

/*Column 3 Styles*/
.threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li {
    margin-bottom: 0px; /* Drilldown message list: Time column */
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .ListCol-3 ul li:first-child {
        color: #999; /* Drilldown message list: Time column */
    }

.threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

    .threeColSocial .DnnModule-Messaging-Details .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover */
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }
/*Column 4 Styles*/
.threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li {
    margin-bottom: 0px; /* All lists: Time column */
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .ListCol-4 ul li:first-child {
        color: #999; /* All lists: Time column */
    }

.threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle:hover, .smListings .ActiveToggle {
    margin-left: 8px; /* Main message list: Time column-Mark as Read block */
    -webkit-box-shadow: 0px 1px 0px 0px #666;
    -moz-box-shadow: 0px 1px 0px 0px #666;
    box-shadow: 0px 1px 0px 0px #666;
}

    .threeColSocial .DnnModule-Messaging-Notifications .smListings .active .ActiveToggle, .smListings .ActiveToggle:hover {
        margin-left: 8px; /* Main message list: Time column-Mark as Read block hover*/
        background: rgb(59,150,182); /* Old browsers */
        /*CSS3*/
        background: -moz-linear-gradient(top, rgba(59,150,182,1) 0%, rgba(35,125,155,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,150,182,1)), color-stop(100%,rgba(35,125,155,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* Opera 11.10+ */
        background: linear-gradient(top, rgba(59,150,182,1) 0%,rgba(35,125,155,1) 100%); /* W3C */
        -webkit-box-shadow: 0px 1px 0px 0px #666;
        -moz-box-shadow: 0px 1px 0px 0px #666;
        box-shadow: 0px 1px 0px 0px #666;
    }

.threeColSocial .DnnModule-Messaging-Notifications .notificationControls {
    font-weight: bold; /* Main notifications list: Follow back & Dismiss links */
}

/* Message Header (subject & back button)
    -------------------------------------*/
.threeColSocial .messageHeader {
    padding: 0;
    margin: 0;
}

    .threeColSocial .messageHeader p {
        font-size: 13px;
        color: #666;
        float: left;
    }

        .threeColSocial .messageHeader p strong {
            color: #333;
        }

    .threeColSocial .messageHeader .returnLink {
        font-size: 12px;
        font-weight: bold;
    }

/* Show Previous Repies 
    -------------------------------------*/
.threeColSocial .morePrevMsgButton {
    color: #666;
    font-size: 12px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border: solid 1px #c0c0c0;
    background: #d7d7d7;
    -webkit-box-shadow: inset 0px 0px 3px 0px #ccc;
    -moz-box-shadow: inset 0px 0px 3px 0px #ccc;
    box-shadow: inset 0px 0px 3px 0px #ccc;
}

/* Reply Form
    -------------------------------------*/
.threeColSocial textarea#replyMessage {
    width: 94%;
    height: 75px;
    color: #666;
    border: 1px solid #c0c0c0;
    background: #f4f4f4;
}

    .threeColSocial textarea#replyMessage:focus,
    .threeColSocial textarea#replyMessage:active {
        color: #666;
        background: #fff;
    }

/*------------------------------------------------*/
/* GENERIC CLASSES
    /*------------------------------------------------*/

/* Clear-fix for floated elements 
    -------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*------------------------------------------------*/
/* HOMEPAGE */
/*------------------------------------------------*/

/* Welcome Message*/
.content_intro {
    padding-top: 30px;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

    .content_intro h1 span {
        font-weight: normal;
    }

    .content_intro a {
        font-size: 14px;
    }

/* Featured Product */
.content_featured {
    color: #999;
    vertical-align: top;
}

    .content_featured h2 .TitleH2 {
        display: block;
        margin-bottom: 30px;
    }

    .content_featured .normal {
        font-weight: normal;
    }

    .content_featured img {
        margin-bottom: 25px;
    }

    .content_featured a.primaryButton {
        margin-left: 25px;
    }

/* News */
.content_newslist ul {
    margin: 0;
}

    .content_newslist ul li {
        display: block;
        list-style-type: none;
        margin-bottom: 30px;
    }

        .content_newslist ul li:after {
            clear: both;
            content: ' ';
            display: block;
            font-size: 0;
            line-height: 0;
            visibility: hidden;
        }

        .content_newslist ul li.last {
            margin-bottom: 0;
        }

        .content_newslist ul li img {
            float: left;
            margin-right: 20px;
            margin-bottom: 20px;
        }

        .content_newslist ul li h5 {
            margin-bottom: 5px;
        }

        .content_newslist ul li span,
        .content_newslist ul li strong {
            color: #a6a6a6;
        }

        .content_newslist ul li p {
            margin-top: 12px;
            margin-bottom: 12px;
        }

/* newslist with small thumbnail*/
.smallThumbnail img {
    width: 80px;
}

/* Ads 
    -------------------------------------*/
/* Ads - Copy Block Style */
.adContent {
    position: absolute;
    padding: 20px;
    background-color: #000;
    opacity: 0.7;
    color: #eee;
}

    .adContent h2 {
        margin-bottom: 5px;
        color: #eee;
        font-weight: normal;
    }

/* Ads - Style One: 400x270 */
/*  rewritten for Bootstrap
    .content_adstyleOne {
    position: relative;
    width: 400px;
    height: 270px;
    margin-right: 5px;
    color: #eee;
}*/
.content_adstyleOne {
    position: relative;
    margin-right: 0px;
    margin-bottom: 18px;
    color: #eee;
}

    .content_adstyleOne .adContent {
        bottom: 0;
        right: -2%;
    }

/* Ads - Style Two: 570x130 */
/*  rewritten for Bootstrap
.content_adstyleTwo {
    position: relative;
    width: 570px;
    height: 130px;
    margin-bottom: 10px;
} */
.content_adstyleTwo {
    position: relative;
    margin-bottom: 18px;
}

    .content_adstyleOne img,
    .content_adstyleTwo img {
        width: 100%;
    }

.content_adstyleOne img {
    bottom: 0;
    width: 102%!important;
    max-width: 102%;
}

.content_adstyleTwo .adContent {
    top: 0;
}

.content_adstyleTwo h2 {
    line-height: 1;
}

/* Footer 
    -------------------------------------*/
ul.footerlinks {
    margin: 0;
}

.footerlinks li {
    list-style: none;
    margin-bottom: 8px;
}

    .footerlinks li a:link,
    .footerlinks li a:visited {
        color: #808080;
    }

    .footerlinks li a:hover {
        color: #D00;
    }

ul.footerConnect {
    margin: 0px;
}

    ul.footerConnect li {
        display: inline-block;
        list-style-type: none;
        margin-right: 10px;
    }

/*------------------------------------------------*/
/* ABOUT US */
/*------------------------------------------------*/
/* Team 
    -------------------------------------*/
.content_team ul {
    margin: 0 -12px;
}

    .content_team ul li {
        display: inline-block;
        width: 110px;
        margin: 0 12px 40px;
        text-align: center;
        list-style-type: none;
    }

        /*.content_team  ul li.last { margin-right: 0; }*/

        .content_team ul li .teampic {
            width: 110px;
            height: 147px;
            margin-bottom: 15px;
            background-color: #bfbfbf;
        }

        .content_team ul li img {
            width: 110px;
            max-width: 110px;
            max-height: 147px;
        }

        .content_team ul li span {
            display: block;
            font-weight: bold;
            white-space: nowrap;
        }

/*------------------------------------------------*/
/* OUR PRODUCTS */
/*------------------------------------------------*/

/* replaced with responsive CSS
    .content_products ul {
    margin: 0;
}

    .content_products ul li {
        display: inline-block;
        width: 31%;
        margin-right: 30px;
        margin-bottom: 45px;
        vertical-align: top;
        list-style-type: none;
    }

        .content_products ul li.last {
            margin-right: 0;
        }

        .content_products ul li img {
            margin-bottom: 25px;
        }*/
.content_products ul {
    margin: 0 -1%;
}

    .content_products ul li {
        display: inline-block;
        width: 31.1%;
        margin: 0 1% 45px;
        vertical-align: top;
        list-style-type: none;
    }

        /*.content_products ul li.last { margin-right: 0; }*/
        .content_products ul li img {
            margin-bottom: 25px;
            max-width: 100%;
            width: 100%;
        }

/*------------------------------------------------*/
/* CONTACT US */
/*------------------------------------------------*/
/* One Column Form
-------------------------------------*/
.form_oneCol label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.form_oneCol input, .form_oneCol textarea {
    width: 94%;
}

/* Dealer Form 
    -------------------------------------*/
.form_dealer input {
    width: 200px;
    margin-bottom: 5px;
}

/*------------------------------------------------*/
/* Slide jquery
/*------------------------------------------------*/
#container {
    position: relative;
    z-index: 0;
    width: 980px;
    padding: 0px;
    margin: 0 auto;
}

#example {
    position: relative;
    width: 980px;
    height: 380px;
}

/* Slide -*/
#slides {
    position: absolute;
    z-index: 9;
    top: 0px;
    left: 0px;
}

.slides_container {
    display: none;
    position: relative;
    width: 980px;
    overflow: hidden;
}

    .slides_container a {
        display: block;
        width: 980px;
        height: 380px;
    }

        .slides_container a img {
            display: block;
        }

/* Next/Prev buttons 
    -------------------------------------*/
#slides .next, #slides .prev {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 9px;
    left: 12px;
    padding: 0;
    z-index: 12;
}

#slides .prev {
    background: transparent url('images/left-arrow.png') center center no-repeat;
}

#slides .next {
    left: 96px;
    background: transparent url('images/right-arrow.png') center center no-repeat;
}

/* Page link -*/
.pagination_wrap {
    display: inline-block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 128px;
    height: 40px;
    opacity: 0.8;
    background-color: #222;
}

.pagination {
    position: absolute;
    z-index: 11;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 15px 40px;
}

    .pagination li {
        float: left;
        margin: 0 3px;
        list-style: none;
    }

        .pagination li a {
            float: left;
            display: block;
            width: 9px;
            height: 0;
            padding-top: 8px;
            background-image: url(images/pagination.png);
            background-position: 0 0;
            overflow: hidden;
        }

        .pagination li.current a {
            background-position: 0 -9px;
        }


/* ****** BOOTSTRAP OVERRIDES ******* */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background-image: none!important;
    outline: none!important;
}

/* remove min-height from bootstrap */
.row-fluid [class*='span']:not([class*='dnnSortable']) {
    min-height: 0 !important;
}

/* Navbar */


/* Logo */
.brand.hidden-desktop {
    max-width: 60%;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    box-shadow: none!important;
    background-color: transparent!important;
    outline: none!important;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
    background-color: transparent!important;
    color: #D00!important;
    outline: none!important;
}

.dropdown, .dropdown a {
    outline: none!important;
}

.carousel-inner > a > img {
    max-width: 100%!important;
    height: auto!important;
    width: 100%!important;
}

.carousel-inner img {
    max-width: 100%!important;
    height: auto!important;
    width: 100%!important;
}

.carousel-control {
    top: auto!important;
    bottom: 5%;
}

.ControlContainer {
    width: 940px!important;
}

/* Media Queries */
/* Large desktop */
@media (min-width: 1200px) {
    select.status-options {
        display: none;
    }

    .content_team ul {
        margin: 0 -19px;
    }

        .content_team ul li {
            margin: 0 19px 40px;
        }

    .ControlContainer {
        width: 1170px!important;
    }
}
/* Portrait tablet to landscape and larger */
@media (min-width:768px) {
    .carousel-control {
        top: inherit;
        bottom: 10px;
        height: 20px;
        width: 20px;
        border: none;
        border-radius: 0;
        z-index: 6;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent;
    }

    .carousel-indicators {
        background: rgba(34, 34, 34,0.7);
        top: auto;
        bottom: 0;
        padding: 15px 35px 15px 30px;
        right: 0;
        width: 63px;
    }

        .carousel-indicators li {
            margin-bottom: 0;
        }

    .carousel-control.right {
        background-image: url(images/right-arrow.png);
        text-indent: -9999px;
        right: 10px;
    }

    .carousel-control.left {
        background-image: url(images/left-arrow.png);
        text-indent: -9999px;
        right: 95px;
        left: auto;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus {
        color: #333333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333333;
    background-color: #ffe236;
    border-color: #444444;
    vertical-align: middle;
}


    .btn-default:hover {
        background-color: white;
    }

    .btn-default.btn-sm em.glyphicons {
        float: left;
        font: 18px/1em 'Glyphicons Regular';
    }

    .btn-default.btn-xs em.glyphicons {
        float: left;
        font: 14px/1em 'Glyphicons Regular';
    }

    .btn-default div {
        float: left;
        margin-top: 1px;
        margin-left: 5px;
        color: #444444;
        font-weight: bold;
    }

.btn-pass {
    background-color:green;
    color:white!important;
}

.btn-fail {
background-color:red;
 color:white!important;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm,
.btn-xs {
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 3px!important;
}

.alert {
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}


.alert.SubscriptionExpiry {
text-align:center;
}
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

    .alert-error a {
    color:red;
    }
      .alert-error a:hover {
    color:red;
    }
.txtNote {
width:100%;
height:415px;
border:1px solid grey;
padding:0px!important;margin-bottom:5px;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}


.alert-expired {
  color: #FFFFFF;
  font-weight:bold;
  background-color: rgba(255, 0, 0, 0.7);
  border-color: rgba(255, 0, 0, 0.2);
}


.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}


.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.EmptyChart {
font-weight:bold;
font-size:14px;
padding-top:5px;
}

/* Switch */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: grey;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 2px;
    background-color: #FFCF06;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: grey;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/** Flex Content */
.flexContent
{
    display:flex; 
    justify-content:space-between;
}

.hide
{
    display:none;
}


.kpiCircle { 
    width: 24px;
    height: 24px;
    color: white;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-color: black;
    border-style: solid;
    border-width: thin;
    border-radius: 100%;
    margin: 0 auto;
    line-height: 2.2;
    font-weight: bold;
}

.hit
{
    background: green !important; 
}


.within10percent
{
     background: orange !important; 
}

.miss
{
     background: red !important; 
}

.kpiLegend
{
    color: white;
    font-weight: bold;
    padding: 4px;
    width: 124px;
    display: inline-block;
    margin-bottom: 5px;
     border-color: black;
    border-style: solid;
    border-width: thin;
}